home *** CD-ROM | disk | FTP | other *** search
-
- /* marshal.c part 2*/
-
- static int r_string ( char *s , int n , RFILE *p );
- static int r_short ( RFILE *p );
- static long r_long ( RFILE *p );
- static object *r_object ( RFILE *p );
- static object *marshal_dump ( object *self , object *args );
- static object *marshal_load ( object *self , object *args );
- static object *marshal_dumps ( object *self , object *args );
- static object *marshal_loads ( object *self , object *args );
-